home *** CD-ROM | disk | FTP | other *** search
-
-
- MERGE(1) MAINTENANCE COMMANDS MERGE(1)
-
-
- NNNAAAMMMEEE
- merge - merges two optimized dictionaries
-
- SSSYYYNNNOOOPPPSSSIIISSS
- merge wordfile [-f wordfile] [-o outfile]
-
- DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
- Merge merges two dictionaries and writes output to file specified by the
- -o switch (if no -o switch is specified, standard-output will be used).
- Note that both wordfiles must be optimized ascending. (run optimize
- without the -r switch), or be sure both files are sorted ascending and
- don't have double entries. One wordfile must be given on command-line,
- the other can either be specified using the -f switch or feeded on
- standard-input.
-
- OOOPPPTTTIIIOOONNNSSS
-
- -fname
- Causes dictionary-file name to be used as second dictionary instead
- of standard-input.
-
- -oname
- Causes file name to be used to write merged dictionary to, instead
- of standard-output.
-
- SSSEEEEEE-AAALLLSSSOOO
- optimize(1), userlist(1), gecos(1), hades(1), hits(1)
-
- EEEXXXAAAMMMPPPLLLEEESSS
- To merge the dictionary-file users.dic with gecos.dic, type:
-
- optimize -f users.dic -o optusers.dic
- optimize -f gecos.dic -o optgecos.dic
- merge optgecos.dic -foptusers.dic
-
- You can replace the last two lines by the line:
-
- optimize -f gecos.dic | merge optusers.dic
-
- IIINNNFFFOOORRRMMMAAATTTIIIOOONNN
- Merge is copyrighted (C) 1992 by ``Zabkar'', member of Room101 hackers
- organization, Holland. Unauthorized use/copying of this program is
- explicitly prohibited. Userlist is part of the DESPERATE toolbox for
- HADES password-cracking package by ``Remote''. Send e-Mail to
- root@waves.hacktic.nl (Zabkar) or root@room101.hacktic.nl (Remote).
-
-
-
-
-
-
-
-
-
-
-
-
-
- Room101 hackers April 13, 1992 1
-
-